Operation boolean
isInterrupted (), in Class Thread
Documentation
* Tests if the current thread has been interrupted.
* Note that <code>isInterrupted</code>
* is called on the current <code>Thread</code> instance; by
* contrast, <code>interrupted</code> is a static method.
*
* @return <code>true</code> if this thread has been interrupted;
* <code>false</code> otherwise.
* @see java.lang.Thread#interrupted()
* @since JDK1.0
Concurrency | Sequential | Export Control | PublicAccess |
Property Settings
Java
Abstract | False | Static | False |
Final | False | Native | False |
Synchronized | False | | |